texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/lib system.h,1.2,1.3


From: dirt
Subject: texinfo/lib system.h,1.2,1.3
Date: Sat, 13 Mar 2004 16:52:49 +0100

Update of /cvsroot/texinfo/texinfo/lib
In directory sheep:/tmp/cvs-serv12320/lib

Modified Files:
        system.h 
Log Message:
2004-03-13  Alper Ersoy  <address@hidden>

        * info/dir.c:
        * info/display.c:
        * info/display.h:
        * info/doc.h:
        * info/dribble.c:
        * info/dribble.h:
        * info/echo-area.c:
        * info/echo-area.h:
        * info/filesys.c:
        * info/filesys.h:
        * info/footnotes.c:
        * info/footnotes.h:
        * info/gc.c:
        * info/gc.h:
        * info/indices.c:
        * info/indices.h:
        * info/info-utils.c:
        * info/info-utils.h:
        * info/info.c:
        * info/info.h:
        * info/infodoc.c:
        * info/infokey.c:
        * info/infomap.c:
        * info/infomap.h:
        * info/m-x.c:
        * info/makedoc.c:
        * info/man.c:
        * info/man.h:
        * info/nodemenu.c:
        * info/nodes.c:
        * info/nodes.h:
        * info/search.c:
        * info/search.h:
        * info/session.c:
        * info/session.h:
        * info/signals.c:
        * info/terminal.c:
        * info/terminal.h:
        * info/tilde.c:
        * info/tilde.h:
        * info/variables.c:
        * info/variables.h:
        * info/window.c:
        * info/window.h:
        * lib/system.h: protoized.



Index: system.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/system.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** system.h    19 Feb 2004 00:13:00 -0000      1.2
--- system.h    13 Mar 2004 15:52:47 -0000      1.3
***************
*** 252,256 ****
  #endif
  /* Some systems don't declare this function in pwd.h. */
! struct passwd *getpwnam ();
  
  /* Our library routines not included in any system library.  */
--- 252,256 ----
  #endif
  /* Some systems don't declare this function in pwd.h. */
! struct passwd *getpwnam (const char *name);
  
  /* Our library routines not included in any system library.  */



reply via email to

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