Fixed mysteriouly disappearing SCCS ID.
This commit is contained in:
parent
e123d2840c
commit
b410643359
@ -45,6 +45,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)malloc.c 5.11 (Berkeley) 2/23/91";*/
|
||||
static char *rcsid = "$Id: malloc.c,v 1.2 1993/11/15 10:06:09 proven Exp $";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <pthread/copyright.h>
|
||||
#include <pthread.h>
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user