summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-08-10 00:13:15 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1997-08-10 00:13:15 +0000
commit74dd6793ad96a6199e80a204ace2b50aa0cec90f (patch)
tree6785a97126d4b18cfec40ac3bd11230a48e1e185 /fs
parentdef2a2a18aa6bedacebca4f2ea4eeffa6f4503e8 (diff)
removed Miguel's hardcoded servaddr (I guess it's his address)
note: if someone at my work does something like this, he has to pay some "Krapfen" (donuts filled with marmelade) for the whole department:-)
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/nfsroot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c
index 7905e1171..df045e1c4 100644
--- a/fs/nfs/nfsroot.c
+++ b/fs/nfs/nfsroot.c
@@ -1,5 +1,5 @@
/*
- * $Id: nfsroot.c,v 1.4 1997/07/20 14:59:57 ralf Exp $
+ * $Id: nfsroot.c,v 1.5 1997/08/06 19:16:18 miguel Exp $
*
* Copyright (C) 1995, 1996 Gero Kuhlmann <gero@gkminix.han.de>
*
@@ -1254,7 +1254,6 @@ __initfunc(static void root_nfs_addrs(char *addrs))
system_utsname.domainname[0] = '\0';
user_dev_name[0] = '\0';
bootp_flag = rarp_flag = 1;
- servaddr = (132 << 24) | (248 << 16) | (29 << 8) | 5;
/* The following is just a shortcut for automatic IP configuration */
if (!strcmp(addrs, "bootp")) {