plist-utils: remove __RCS_Id to increase portability

XXX: still uses the unportable fgetln
This commit is contained in:
wiz 2021-05-11 09:24:17 +00:00
parent deb966c79a
commit 2cd1330a57
5 changed files with 5 additions and 10 deletions

View file

@ -1,4 +1,4 @@
/* $NetBSD: add.c,v 1.1 2016/10/01 18:37:15 kamil Exp $ */
/* $NetBSD: add.c,v 1.2 2021/05/11 09:24:17 wiz Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@ -30,7 +30,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: add.c,v 1.1 2016/10/01 18:37:15 kamil Exp $");
#include <err.h>
#include <fcntl.h>

View file

@ -1,4 +1,4 @@
/* $NetBSD: del.c,v 1.1 2016/10/01 18:37:15 kamil Exp $ */
/* $NetBSD: del.c,v 1.2 2021/05/11 09:24:17 wiz Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@ -30,7 +30,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: del.c,v 1.1 2016/10/01 18:37:15 kamil Exp $");
#include <err.h>
#include <fcntl.h>

View file

@ -1,4 +1,4 @@
/* $NetBSD: plist_getline.c,v 1.2 2016/12/16 00:01:04 joerg Exp $ */
/* $NetBSD: plist_getline.c,v 1.3 2021/05/11 09:24:17 wiz Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@ -30,7 +30,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: plist_getline.c,v 1.2 2016/12/16 00:01:04 joerg Exp $");
#include <assert.h>
#include <err.h>

View file

@ -1,4 +1,4 @@
/* $NetBSD: plist_tree.c,v 1.4 2018/02/23 06:31:34 adam Exp $ */
/* $NetBSD: plist_tree.c,v 1.5 2021/05/11 09:24:17 wiz Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@ -30,7 +30,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: plist_tree.c,v 1.4 2018/02/23 06:31:34 adam Exp $");
#include <sys/param.h>
#include <sys/types.h>

View file

@ -1,4 +1,4 @@
/* $NetBSD: sort.c,v 1.2 2018/02/23 06:31:34 adam Exp $ */
/* $NetBSD: sort.c,v 1.3 2021/05/11 09:24:17 wiz Exp $ */
/*-
* Copyright (c) 2016 The NetBSD Foundation, Inc.
@ -30,7 +30,6 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: sort.c,v 1.2 2018/02/23 06:31:34 adam Exp $");
#include <err.h>
#include <fcntl.h>