r1132 - tools/prt-get/trunk/src
4 Apr
2006
4 Apr
'06
12:21 p.m.
Author: jw Date: 2006-04-04 14:21:41 +0200 (Tue, 04 Apr 2006) New Revision: 1132 Modified: tools/prt-get/trunk/src/pg_regex.h Log: prt-get: fix compilation on openbsd Modified: tools/prt-get/trunk/src/pg_regex.h =================================================================== --- tools/prt-get/trunk/src/pg_regex.h 2006-04-04 10:16:52 UTC (rev 1131) +++ tools/prt-get/trunk/src/pg_regex.h 2006-04-04 12:21:41 UTC (rev 1132) @@ -10,8 +10,8 @@ //////////////////////////////////////////////////////////////////////// -#ifndef _REGEX_H_ -#define _REGEX_H_ +#ifndef _PG_REGEX_H_ +#define _PG_REGEX_H_ #include <sys/types.h> #include <regex.h> @@ -36,4 +36,4 @@ }; -#endif /* _REGEX_H_ */ +#endif /* _PG_REGEX_H_ */
6883
Age (days ago)
6883
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu