projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff16f5
)
* pwd/pwd.h: Get `size_t' from <stddef.h>.
author
thomas
<thomas>
Tue, 5 Nov 1996 04:18:43 +0000
(
04:18
+0000)
committer
thomas
<thomas>
Tue, 5 Nov 1996 04:18:43 +0000
(
04:18
+0000)
* grp/grp.h: Likewise.
* shadow/shadow.h: Likewise.
pwd/pwd.h
patch
|
blob
|
history
shadow/shadow.h
patch
|
blob
|
history
diff --git
a/pwd/pwd.h
b/pwd/pwd.h
index
14d0a9e
..
f5b6ddb
100644
(file)
--- a/
pwd/pwd.h
+++ b/
pwd/pwd.h
@@
-29,6
+29,8
@@
__BEGIN_DECLS
#include <gnu/types.h>
+#define __need_size_t
+#include <stddef.h>
/* The passwd structure. */
struct passwd
diff --git
a/shadow/shadow.h
b/shadow/shadow.h
index
c27cc9a
..
c65afc3
100644
(file)
--- a/
shadow/shadow.h
+++ b/
shadow/shadow.h
@@
-26,6
+26,9
@@
Boston, MA 02111-1307, USA. */
#define __need_FILE
#include <stdio.h>
+#define __need_size_t
+#include <stddef.h>
+
/* Paths to the userd files. */
#define SHADOW "/etc/shadow"