mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- 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)
8 lines
277 B
C
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"
|