Re: hard coded paths in Samba fs :-(

Volker Lendecke (lendecke@namu01.gwdg.de)
Mon, 10 Jul 1995 11:35:23 +0200


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>

OOPS. Linus, could you please fix this? If it's not in 1.3.9, I will send
you a patch.

Thanks.

-- 
    Volker

+=================================================================+ ! Volker Lendecke Internet: lendecke@namu01.gwdg.de ! ! D-37081 Goettingen, Germany ! +=================================================================+