summaryrefslogtreecommitdiff
path: root/usr.bin/patch/util.c
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-06-03 07:25:47 -0500
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-06-03 07:25:47 -0500
commit7672573e52e652a5b800638bd8605c1eee7c54b6 (patch)
tree869733f20f2edc0d0f4e6c2636ed44a0f057714d /usr.bin/patch/util.c
parent910491b6123a35ec4ab1530dcb91659bcc3d1cad (diff)
downloaduserland-7672573e52e652a5b800638bd8605c1eee7c54b6.tar.gz
userland-7672573e52e652a5b800638bd8605c1eee7c54b6.tar.bz2
userland-7672573e52e652a5b800638bd8605c1eee7c54b6.tar.xz
userland-7672573e52e652a5b800638bd8605c1eee7c54b6.zip
usr.bin/patch: make buildable
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r--usr.bin/patch/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index 30e4f3c..fd1a583 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -30,9 +30,6 @@
* behaviour
*/
-#include <sys/cdefs.h>
-__RCSID("$NetBSD: util.c,v 1.28 2018/06/18 18:33:31 christos Exp $");
-
#include <sys/param.h>
#include <sys/stat.h>