beginning of the line to avoid cpp breakage.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8808
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jul 24 18:34:33 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
+
+ * ovsec_kadmd.c (main): Put the #ifdef SO_REUSEADDR at the
+ beginning of the line to avoid cpp breakage.
+
Wed Jul 24 14:28:04 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in (CFLAGS): Use $(LD) instead of $(CC) for linking.
exit(1);
}
- #ifdef SO_REUSEADDR
+#ifdef SO_REUSEADDR
/* the old admin server turned on SO_REUSEADDR for non-default
port numbers. this was necessary, on solaris, for the tests
to work. jhawk argues that the debug and production modes
exit(1);
}
}
- #endif
+#endif /* SO_REUSEADDR */
if (bind(s, (struct sockaddr *)&addr, sizeof(addr)) < 0) {
int oerrno = errno;
fprintf(stderr, "%s: Cannot bind socket.\n", whoami);