Use __SCSSID() for SCCS IDs.
While here, fix $FreeBSD$ ID in ftime.c to use __FBSDID instead of a static array.
This commit is contained in:
parent
88e87ea5ab
commit
d00bc0730a
@ -30,9 +30,8 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
|
@ -34,6 +34,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
__SCCSID("@(#)regex.c 5.1 (Berkeley) 3/29/92");
|
||||
|
||||
/*
|
||||
* Compatibility routines that implement the old re_comp/re_exec interface in
|
||||
@ -42,10 +43,6 @@ __FBSDID("$FreeBSD$");
|
||||
* but most programs should be fine.
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)regex.c 5.1 (Berkeley) 3/29/92";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include <regex.h>
|
||||
#include <stddef.h>
|
||||
#include <unistd.h>
|
||||
|
@ -27,13 +27,11 @@
|
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)rexec.c 8.1 (Berkeley) 6/4/93";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
__SCCSID("@(#)rexec.c 8.1 (Berkeley) 6/4/93");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
|
@ -29,11 +29,9 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)cuserid.c 8.1 (Berkeley) 6/4/93";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
__SCCSID("@(#)cuserid.c 8.1 (Berkeley) 6/4/93");
|
||||
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
LIB= compat
|
||||
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${SRCTOP}/lib/libc/locale
|
||||
CFLAGS+=-I${SRCTOP}/lib/libc/locale
|
||||
NO_PIC=
|
||||
|
||||
WARNS?= 0
|
||||
|
Loading…
Reference in New Issue
Block a user