Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 00:02:20 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r304712 - head/lib/libc/gen
Message-ID:  <201608240002.u7O02Kru033435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608240002.u7O02Kru033435>