summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic/private.h
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-18 11:27:04 +0000
committerdd <dd@FreeBSD.org>2001-07-18 11:27:04 +0000
commit089ab7990ef057463a3fe5c0001e14b8d8cdf971 (patch)
tree0098027ff4230f0d439fbd0e35deeb5133f17fc3 /usr.sbin/zic/private.h
parentf24cad11ffba09a2fd48e40e9afb8b7f7453033c (diff)
downloadFreeBSD-src-089ab7990ef057463a3fe5c0001e14b8d8cdf971.zip
FreeBSD-src-089ab7990ef057463a3fe5c0001e14b8d8cdf971.tar.gz
Back out WARNS cleanup: this is apparently vendor code, even though
most of the files aren't on the vendor branch. Submitted by: wollman
Diffstat (limited to 'usr.sbin/zic/private.h')
-rw-r--r--usr.sbin/zic/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/zic/private.h b/usr.sbin/zic/private.h
index 4eb54a3..585d6e6 100644
--- a/usr.sbin/zic/private.h
+++ b/usr.sbin/zic/private.h
@@ -99,7 +99,7 @@ char * imalloc P((int n));
void * irealloc P((void * pointer, int size));
void icfree P((char * pointer));
void ifree P((char * pointer));
-const char * scheck P((const char *string, const char *format));
+char * scheck P((const char *string, const char *format));
/*
** Finally, some convenience items.
OpenPOWER on IntegriCloud