Source-Changes archive

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

sun-lamp CVS commits



christos
Sun Dec 11 15:44:00 EST 1994
Update of /b/source/CVS/src/lib/libc/gen
In directory sun-lamp.cs.berkeley.edu:/c/users/christos/slash/src/lib/libc/gen

Modified Files:
        Makefile.inc devname.c err.c getbsize.c getnetgrent.c 
        initgroups.c 
Added Files:
        __err.c 
Log Message:
- Changed all internal libc references of {v,}err{x,} and {v,}warn{x,} to
  __{v,}err{x,} and __{v,}warn{x,}
- moved err.c to __err.c and added err.c which contains weak references for
  the above functions.
- Reordered the functions in __err.c to avoid redeclarations and changed
  the varargs declarations to conform with the K&R style.




Home | Main Index | Thread Index | Old Index