patch-2.1.101 linux/kernel/sys.c
Next file: linux/kernel/sysctl.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri May 8 00:27:35 1998
- Orig file:
v2.1.100/linux/kernel/sys.c
- Orig date:
Thu May 7 22:51:55 1998
diff -u --recursive --new-file v2.1.100/linux/kernel/sys.c linux/kernel/sys.c
@@ -841,9 +841,6 @@
if(copy_from_user(system_utsname.nodename, name, len))
return -EFAULT;
system_utsname.nodename[len] = 0;
-#ifdef CONFIG_TRANS_NAMES
- translations_dirty = 1;
-#endif
return 0;
}
@@ -872,9 +869,6 @@
if(copy_from_user(system_utsname.domainname, name, len))
return -EFAULT;
system_utsname.domainname[len] = 0;
-#ifdef CONFIG_TRANS_NAMES
- translations_dirty = 1;
-#endif
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov