pkgsrc-ng/sysutils/radmind/patches/patch-command.h
2014-08-11 13:27:10 +02:00

11 lines
318 B
C

$NetBSD: patch-command.h,v 1.1 2014/01/08 11:54:04 hauke Exp $
--- command.h.orig 2010-12-13 03:42:49.000000000 +0000
+++ command.h
@@ -13,3 +13,5 @@ struct command {
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"