svn commit: r304712 - head/lib/libc/gen
Brooks Davis
brooks at FreeBSD.org
Wed Aug 24 00:02:21 UTC 2016
Author: brooks
Date: Wed Aug 24 00:02:20 2016
New Revision: 304712
URL: https://svnweb.freebsd.org/changeset/base/304712
Log:
Avoid a redecleartion of __getosreldate().
Sponsored by: DARPA, AFRL
Modified:
head/lib/libc/gen/__getosreldate.c
Modified: head/lib/libc/gen/__getosreldate.c
==============================================================================
--- head/lib/libc/gen/__getosreldate.c Wed Aug 24 00:00:54 2016 (r304711)
+++ head/lib/libc/gen/__getosreldate.c Wed Aug 24 00:02:20 2016 (r304712)
@@ -33,8 +33,6 @@ __FBSDID("$FreeBSD$");
#include <link.h>
#include "libc_private.h"
-int __getosreldate(void);
-
/*
* This is private to libc. It is intended for wrapping syscall stubs in order
* to avoid having to put SIGSYS signal handlers in place to test for presence
More information about the svn-src-head
mailing list