about summary refs log tree commit diff
path: root/nss
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-26 00:34:28 +0000
committerRoland McGrath <roland@gnu.org>1996-07-26 00:34:28 +0000
commit1e16111cf1abdcc2d6a617e7ba48a80ce1556797 (patch)
tree228a54dd5e46b7b172b5c109386bd41801299f75 /nss
parent4311b2a60c3124513b3d45fa0a53a80d14bc1c90 (diff)
downloadglibc-1e16111cf1abdcc2d6a617e7ba48a80ce1556797.tar.gz
glibc-1e16111cf1abdcc2d6a617e7ba48a80ce1556797.tar.xz
glibc-1e16111cf1abdcc2d6a617e7ba48a80ce1556797.zip
Regenerated
Sat Jul 20 21:55:31 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	Win32 hacks from <Rob_Tulloh@tivoli.com>.
	* posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino;
	use void * for my_realloc; include <malloc.h> for alloca.
	(glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable.
	* posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__].
	* posix/glob.h: Likewise.

Fri Jul 19 16:56:41 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	* posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
	for `struct stat;' forward decl.
Diffstat (limited to 'nss')
-rw-r--r--nss/getXXent_r.c2
-rw-r--r--nss/nss_db/db-XXX.c2
-rw-r--r--nss/nss_files/files-XXX.c2
-rw-r--r--nss/nsswitch.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/nss/getXXent_r.c b/nss/getXXent_r.c
index a4327c81af..620eebd1f7 100644
--- a/nss/getXXent_r.c
+++ b/nss/getXXent_r.c
@@ -94,7 +94,7 @@ static service_user *nip;
 static service_user *startp;
 
 /* Protect above variable against multiple uses at the same time.  */
-__libc_lock_define_initialized (static, lock);
+__libc_lock_define_initialized (static, lock)
 
 /* The lookup function for the first entry of this service.  */
 extern int DB_LOOKUP_FCT (service_user **nip, const char *name, void **fctp);
diff --git a/nss/nss_db/db-XXX.c b/nss/nss_db/db-XXX.c
index 3f6f35d7ec..792dc5cea9 100644
--- a/nss/nss_db/db-XXX.c
+++ b/nss/nss_db/db-XXX.c
@@ -47,7 +47,7 @@ Cambridge, MA 02139, USA.  */
 #endif
 
 /* Locks the static variables in this file.  */
-__libc_lock_define_initialized (static, lock);
+__libc_lock_define_initialized (static, lock)
 
 /* Maintenance of the shared handle open on the database.  */
 
diff --git a/nss/nss_files/files-XXX.c b/nss/nss_files/files-XXX.c
index 80efd294a9..da4ad1f2a5 100644
--- a/nss/nss_files/files-XXX.c
+++ b/nss/nss_files/files-XXX.c
@@ -49,7 +49,7 @@ Cambridge, MA 02139, USA.  */
 #endif
 
 /* Locks the static variables in this file.  */
-__libc_lock_define_initialized (static, lock);
+__libc_lock_define_initialized (static, lock)
 
 /* Maintenance of the shared stream open on the database file.  */
 
diff --git a/nss/nsswitch.c b/nss/nsswitch.c
index d259165269..3490594559 100644
--- a/nss/nsswitch.c
+++ b/nss/nsswitch.c
@@ -39,7 +39,7 @@ static service_library *nss_new_service (name_database *database,
 					 const char *name);
 
 
-__libc_lock_define_initialized (static, lock);
+__libc_lock_define_initialized (static, lock)
 
 
 /* Global variable.  */