diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-01-30 15:09:30 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-01-30 15:09:30 +0000 |
| commit | e2f227fbaa6ee9533bf86877975378b08bc87172 (patch) | |
| tree | 19b18da2be6856863f157c4175f6225abd15a6cb /usr.sbin | |
| parent | a35dcad5cb8ac83467208e516137636508e2cf39 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pkg_install/sign/main.c | 4 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/sign/stand.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/sign/main.c b/usr.sbin/pkg_install/sign/main.c index c5068b77b1d1..0161efe6c400 100644 --- a/usr.sbin/pkg_install/sign/main.c +++ b/usr.sbin/pkg_install/sign/main.c @@ -106,9 +106,9 @@ main(argc, argv, envp) int i; int type = TAG_ANY; -/* #ifndef BSD4_4 */ +#ifndef BSD4_4 set_program_name(argv[0]); -/* #endif */ +#endif #ifdef CHECKER_ONLY mode = CHECK; #else diff --git a/usr.sbin/pkg_install/sign/stand.c b/usr.sbin/pkg_install/sign/stand.c index 703c58db5224..98e4b4753fad 100644 --- a/usr.sbin/pkg_install/sign/stand.c +++ b/usr.sbin/pkg_install/sign/stand.c @@ -3,7 +3,7 @@ __FBSDID("$FreeBSD$"); #include "stand.h" -#ifdef BSD4_4 +#ifndef BSD4_4 #include <string.h> #include <stdio.h> #include <errno.h> |
