CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/27 10:08:18
Modified files:
usr.bin/patch : Tag: OPENBSD_5_6 common.h inp.c patch.1 pch.c
util.c util.h
Log message:
Backport commit of 2014-11-22 15:49 by tobias:
Remove SCCS support. For this to work, we would need "get", which we don't
even have in ports. XSI functionality of POSIX, therefore optional.
ok deraadt, schwarze, tedu
----------------------------
Backport commit of 2015-07-26 14:32 by millert
Remove support for automatically checking files out of RCS. The
behavior is confusing to users and even GNU patch no longer does
it by default. OK krw@ guenther@