[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS gss/gl
From: |
gss-commit |
Subject: |
CVS gss/gl |
Date: |
Sun, 23 Oct 2005 23:41:11 +0200 |
Update of /home/cvs/gss/gl
In directory dopio:/tmp/cvs-serv28767/gl
Modified Files:
Makefile.am getopt_.h xgethostname.c
Log Message:
Update.
--- /home/cvs/gss/gl/Makefile.am 2005/09/20 09:29:15 1.22
+++ /home/cvs/gss/gl/Makefile.am 2005/10/23 21:41:11 1.23
@@ -8,7 +8,7 @@
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
-# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl
--m4-base=gl/m4 --aux-dir=. --avoid=xalloc-die --libtool --macro-prefix=gl
getopt xalloc xgethostname
+# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gl
--m4-base=gl/m4 --aux-dir=. --avoid=xalloc-die --libtool --macro-prefix=gl
getopt havelib xalloc xgethostname
AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
--- /home/cvs/gss/gl/getopt_.h 2005/08/10 16:05:23 1.5
+++ /home/cvs/gss/gl/getopt_.h 2005/10/23 21:41:11 1.6
@@ -1,5 +1,5 @@
/* Declarations for getopt.
- Copyright (C) 1989-1994,1996-1999,2001,2003,2004
+ Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2005
Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -34,9 +34,7 @@
#if defined __GETOPT_PREFIX && !defined __need_getopt
# include <stdlib.h>
# include <stdio.h>
-# if HAVE_UNISTD_H
-# include <unistd.h>
-# endif
+# include <unistd.h>
# undef __need_getopt
# undef getopt
# undef getopt_long
--- /home/cvs/gss/gl/xgethostname.c 2005/08/10 16:05:23 1.4
+++ /home/cvs/gss/gl/xgethostname.c 2005/10/23 21:41:11 1.5
@@ -28,10 +28,7 @@
#include <stdlib.h>
#include <errno.h>
-
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
#include "xalloc.h"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- CVS gss/gl,
gss-commit <=