dca4ca3df8
* replace hard coded user and mode for hping-suid option with SPECIAL_PERMS. * replace remaining of hard coded "man" with ${PKGMANDIR}. * add DESTDIR support. * merge patch-a{e,g}, both for same file. * patch to replace __sun__ with __sun for portability, pkglint(1) said. * also regen other patches with mkpatches(1).
13 lines
346 B
Text
13 lines
346 B
Text
$NetBSD: patch-ap,v 1.1 2009/02/11 08:06:18 obache Exp $
|
|
|
|
--- hping2.h.orig 2003-08-07 23:55:55.000000000 +0000
|
|
+++ hping2.h
|
|
@@ -19,7 +19,7 @@
|
|
#include "byteorder.h"
|
|
#include "systype.h"
|
|
|
|
-#ifdef __sun__
|
|
+#ifdef __sun
|
|
typedef char int_8_t;
|
|
typedef unsigned char u_int8_t;
|
|
typedef short int_16_t;
|