=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/extern.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/ranlib/Attic/extern.h 2003/06/03 02:56:14 1.3 --- src/usr.bin/ranlib/Attic/extern.h 2008/01/02 16:35:22 1.4 *************** *** 1,4 **** ! /* $OpenBSD: extern.h,v 1.3 2003/06/03 02:56:14 millert Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: extern.h,v 1.4 2008/01/02 16:35:22 chl Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 34,40 **** extern void *emalloc(size_t); extern void badfmt(void); extern void error(const char *); - extern const char *rname(const char *); extern char *tname; /* temporary file "name" */ /* touch.c */ --- 34,39 ----