diff options
Diffstat (limited to 'gnu/usr.bin/gas/xrealloc.c')
-rw-r--r-- | gnu/usr.bin/gas/xrealloc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gas/xrealloc.c b/gnu/usr.bin/gas/xrealloc.c index 7dd23676711..6608297fa62 100644 --- a/gnu/usr.bin/gas/xrealloc.c +++ b/gnu/usr.bin/gas/xrealloc.c @@ -1,3 +1,5 @@ +/* $OpenBSD: xrealloc.c,v 1.2 1998/02/15 18:49:03 niklas Exp $ */ + /* xrealloc.c - new memory or bust Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. @@ -43,7 +45,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: xrealloc.c,v 1.1 1995/10/18 08:39:00 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: xrealloc.c,v 1.2 1998/02/15 18:49:03 niklas Exp $"; #endif |