patches/strace/4.5.15/170-undef-CTL_PROC.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 746 b150d6f590fc
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
     1 diff -dur strace-4.5.15.orig/system.c strace-4.5.15/system.c
     2 --- strace-4.5.15.orig/system.c	2007-01-17 00:22:36.000000000 +0100
     3 +++ strace-4.5.15/system.c	2007-07-14 19:28:41.000000000 +0200
     4 @@ -1612,7 +1612,9 @@
     5  	{ CTL_KERN, "CTL_KERN" },
     6  	{ CTL_VM, "CTL_VM" },
     7  	{ CTL_NET, "CTL_NET" },
     8 +#ifdef CTL_PROC
     9  	{ CTL_PROC, "CTL_PROC" },
    10 +#endif
    11  	{ CTL_FS, "CTL_FS" },
    12  	{ CTL_DEBUG, "CTL_DEBUG" },
    13  	{ CTL_DEV, "CTL_DEV" },