Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src Correct topy: issetuid() -> issetugid().



details:   https://anonhg.NetBSD.org/src/rev/57c93d3c19fe
branches:  netbsd-1-4
changeset: 470948:57c93d3c19fe
user:      he <he%NetBSD.org@localhost>
date:      Fri Oct 06 16:00:15 2000 +0000

description:
Correct topy: issetuid() -> issetugid().

diffstat:

 CHANGES-1.4.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6ea824157ef6 -r 57c93d3c19fe CHANGES-1.4.3
--- a/CHANGES-1.4.3     Fri Oct 06 15:58:35 2000 +0000
+++ b/CHANGES-1.4.3     Fri Oct 06 16:00:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.3,v 1.1.2.66 2000/10/06 15:58:35 he Exp $
+#      $NetBSD: CHANGES-1.4.3,v 1.1.2.67 2000/10/06 16:00:15 he Exp $
 
 A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
 
@@ -1387,7 +1387,7 @@
 lib/libc/nls/catopen.c                         1.17-1.18
 lib/libc/locale/setlocale.c                    1.20-1.21
 
-  Ignore NLSPATH, PATH_LOCALE if issetuid().
+  Ignore NLSPATH, PATH_LOCALE if issetugid().
   Disallow `/' in LC_* and LANG environment variables.
   Close one-byte buffer-overrun in catopen().
 



Home | Main Index | Thread Index | Old Index