diff options
Diffstat (limited to 'usr.sbin/xntpd/parse/empty.c')
| -rw-r--r-- | usr.sbin/xntpd/parse/empty.c | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/usr.sbin/xntpd/parse/empty.c b/usr.sbin/xntpd/parse/empty.c new file mode 100644 index 000000000000..91b777afe709 --- /dev/null +++ b/usr.sbin/xntpd/parse/empty.c @@ -0,0 +1,7 @@ +/* + * Well, some ranlibs, ar's or compilers react funny + * if asked to do nothing but build empty valid files + * I would have preferred to a no or at least a static + * symbol here... + */ +char * _____empty__ = "empty .o file"; | 
