bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] *setenv.c no longer copied


From: Karl Berry
Subject: [Bug-gnulib] *setenv.c no longer copied
Date: Thu, 11 Sep 2003 09:32:38 -0400

I see setenv.c and unsetenv.c got ansified.  Since they were also coming
from gettext, perhaps Bruno would like this reverted?

Else I will comment out the entries in srclist.txt.

(Personally, I think "single source" should win over "ansify", but
whatever ...)

$GETTEXT/gettext-tools/lib/setenv.c                     lib gpl
$GETTEXT/gettext-tools/lib/unsetenv.c                   lib gpl

k


## /tmp/setenv.c lib/setenv.c  # changes
*** lib/setenv.c        Thu Sep 11 00:12:01 2003
--- /tmp/setenv.c       Thu Sep 11 00:12:08 2003
***************
*** 29,34 ****
  #endif
  
! #include <stdlib.h>
! #include <string.h>
  #if _LIBC || HAVE_UNISTD_H
  # include <unistd.h>
--- 29,38 ----
  #endif
  
! #if _LIBC || HAVE_STDLIB_H
! # include <stdlib.h>
! #endif
! #if _LIBC || HAVE_STRING_H
! # include <string.h>
! #endif
  #if _LIBC || HAVE_UNISTD_H
  # include <unistd.h>
## /tmp/unsetenv.c lib/unsetenv.c  # changes
*** lib/unsetenv.c      Thu Sep 11 00:12:02 2003
--- /tmp/unsetenv.c     Thu Sep 11 00:12:08 2003
***************
*** 1,3 ****
! /* Copyright (C) 1992,1995-1999,2000-2003 Free Software Foundation, Inc.
     This file is part of the GNU C Library.
  
--- 1,3 ----
! /* Copyright (C) 1992,1995-1999,2000-2002 Free Software Foundation, Inc.
     This file is part of the GNU C Library.
  
***************
*** 28,33 ****
  #endif
  
! #include <stdlib.h>
! #include <string.h>
  #if _LIBC || HAVE_UNISTD_H
  # include <unistd.h>
--- 28,37 ----
  #endif
  
! #if _LIBC || HAVE_STDLIB_H
! # include <stdlib.h>
! #endif
! #if _LIBC || HAVE_STRING_H
! # include <string.h>
! #endif
  #if _LIBC || HAVE_UNISTD_H
  # include <unistd.h>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]