diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2008-01-13 20:31:20 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2008-01-13 20:31:20 +0000 |
commit | 7abac665909a3066e3f3854e0264f116ce9be756 (patch) | |
tree | e705ea4f841654a084a18a9ea041f87a9c58e159 /usr.bin/ranlib | |
parent | 33c918418a623a69c772f2ec530c21e889122158 (diff) |
revert 1.4, a.out toolchain needs this not-so-unused-after-all function.
ok miod@
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r-- | usr.bin/ranlib/extern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ranlib/extern.h b/usr.bin/ranlib/extern.h index d5b4fa649e5..3d27857931c 100644 --- a/usr.bin/ranlib/extern.h +++ b/usr.bin/ranlib/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.4 2008/01/02 16:35:22 chl Exp $ */ +/* $OpenBSD: extern.h,v 1.5 2008/01/13 20:31:19 chl Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -34,6 +34,7 @@ extern int tmp(void); 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 */ |