Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.1.101 /kernel/sys.c

Filename:/kernel/sys.c
Lines Added:0
Lines Deleted:6
Also changed in: (Previous) 2.1.100  2.1.97  2.1.90  2.1.68  2.1.60  2.1.57 
(Following) 2.1.102  2.1.103  2.1.104  2.1.107  2.1.116  2.1.126 

Location
[  2.1.101
  [  kernel
     o  sys.c

Patch

diff -u --recursive --new-file v2.1.100/linux/kernel/sys.c linux/kernel/sys.c
--- v2.1.100/linux/kernel/sys.c   Thu May  7 22:51:55 1998
+++ linux/kernel/sys.c   Fri May  8 00:27:35 1998
@@ -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;
 }
 


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.