[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnulib] makepath.h change to make it self-contained
From: |
Paul Eggert |
Subject: |
[Bug-gnulib] makepath.h change to make it self-contained |
Date: |
09 Sep 2003 13:12:59 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
makepath uses uid_t and gid_t without defining it. So I installed this:
2003-09-09 Paul Eggert <address@hidden>
* makepath.h: Include <sys/types.h>, so that this file is
self-contained.
Index: lib/makepath.h
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/makepath.h,v
retrieving revision 1.7
diff -p -u -r1.7 makepath.h
--- lib/makepath.h 18 Jun 2003 05:52:19 -0000 1.7
+++ lib/makepath.h 9 Sep 2003 20:09:03 -0000
@@ -19,6 +19,8 @@
/* Written by David MacKenzie <address@hidden> and Jim Meyering. */
+#include <sys/types.h>
+
int make_path (const char *_argpath,
int _mode,
int _parent_mode,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-gnulib] makepath.h change to make it self-contained,
Paul Eggert <=