2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/getegid.c: Remove <errno.h>.
	* src/geteuid.c: Ditto.
	* src/getgid.c: Ditto.
	* src/getuid.c: Ditto.
	* src/getlogin.c: Move <errno.h>.
This commit is contained in:
Joel Sherrill
2002-04-03 14:21:44 +00:00
parent a2ddad1a6b
commit 8eb825ef71
12 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/getegid.c: Remove <errno.h>.
* src/geteuid.c: Ditto.
* src/getgid.c: Ditto.
* src/getuid.c: Ditto.
* src/getlogin.c: Move <errno.h>.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -7,9 +7,9 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/score/object.h>

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -1,3 +1,11 @@
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/getegid.c: Remove <errno.h>.
* src/geteuid.c: Ditto.
* src/getgid.c: Ditto.
* src/getuid.c: Ditto.
* src/getlogin.c: Move <errno.h>.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@@ -7,9 +7,9 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/score/object.h>

View File

@@ -7,7 +7,6 @@
#endif
#include <limits.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>