ports/sysutils/radmind/files/patch-command.h
Thomas Zander 79c08ab7c5 - Update to new revision 2014052201
- Stagify
- Add LICENSE*
- Remove IGNORE_TIMESTAMPS option
- Handle file ownerships via pkg-plist macros
- Silence superfluous warnings
- Handle stripping of installed binaries
- Pet portlint

PR:		190120
Submitted by:	mikeg@bsd-box.net (maintainer)
Reviewed by:	riggs
Approved by:	mentors (implicit), maintainer (timeout)
2014-07-12 09:31:02 +00:00

8 lines
277 B
C

--- ./command.h.orig 2010-12-13 04:42:49.000000000 +0100
+++ ./command.h 2014-06-29 12:15:04.244544161 +0200
@@ -13,3 +13,5 @@
char *c_name;
int (*c_func)( SNET *, int, char *[] );
};
+
+#define RADMIND_STAT_FMT "%s %s %o %d %d %" PRItimet "d %" PRIofft "d %s\r\n"