hard coded paths in Samba fs :-(

Paul Gortmaker (gpg109@rsphy1.anu.edu.au)
Sat, 8 Jul 1995 21:41:20 +1000 (EST)


Somehow this non-portable line got put into the sock.c module of the
samba fs in 1.3.7

#include "/usr/src/linux/include/net/ip.h"

Anyone with their kernel tree in a non-standard place (i.e. not /usr/src)
can't even get past a "make dep" because of this.

This should read:

#include <net/ip.h>

Regards,
Paul.