]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it gets
authorGarance A Drosehn <gad@FreeBSD.org>
Sun, 28 Apr 2002 01:33:45 +0000 (01:33 +0000)
committerGarance A Drosehn <gad@FreeBSD.org>
Sun, 28 Apr 2002 01:33:45 +0000 (01:33 +0000)
commit38a1326cad12aa8f57c6acd7498f25503df976c9
tree7f720dcbd2c5958c3ebe9655a3d746b461a5aac7
parenta3df8483c81347db7e5cc51d166838bcc8c02bfb
Add many prototypes and ANSI-ize 'patch.  Not a complete job of it, but it gets
our patch to look a little more like NetBSD's, and has the nice characteristic
that the object code is exactly the same after the change as before it (even in
patch.c and pch.c, which have pesky 'assert' statements in them).

Reviewed by: /sbin/md5 on i386, alpha, sparc64
MFC after: 3 days
14 files changed:
gnu/usr.bin/patch/backupfile.c
gnu/usr.bin/patch/backupfile.h
gnu/usr.bin/patch/common.h
gnu/usr.bin/patch/getopt.c
gnu/usr.bin/patch/getopt.h
gnu/usr.bin/patch/inp.c
gnu/usr.bin/patch/inp.h
gnu/usr.bin/patch/patch.c
gnu/usr.bin/patch/pch.c
gnu/usr.bin/patch/pch.h
gnu/usr.bin/patch/util.c
gnu/usr.bin/patch/util.h
gnu/usr.bin/patch/version.c
gnu/usr.bin/patch/version.h