1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

revert 1.4, a.out toolchain needs this not-so-unused-after-all function.

ok miod@
This commit is contained in:
chl 2008-01-13 20:31:19 +00:00
parent 11e3f511b2
commit 624b327a8d

View File

@ -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 */