make SCCS id string reflect USERDB compile flag
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 29 May 1993 07:24:47 +0000 (23:24 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 29 May 1993 07:24:47 +0000 (23:24 -0800)
SCCS-vsn: usr.sbin/sendmail/src/udb.c 6.22

usr/src/usr.sbin/sendmail/src/udb.c

index 6ffc0e7..a2206af 100644 (file)
@@ -6,16 +6,16 @@
  * %sccs.include.redist.c%
  */
 
  * %sccs.include.redist.c%
  */
 
+#include "sendmail.h"
+
 #ifndef lint
 #ifdef USERDB
 #ifndef lint
 #ifdef USERDB
-static char sccsid [] = "@(#)udb.c     6.21 (Berkeley) %G% (with USERDB)";
+static char sccsid [] = "@(#)udb.c     6.22 (Berkeley) %G% (with USERDB)";
 #else
 #else
-static char sccsid [] = "@(#)udb.c     6.21 (Berkeley) %G% (without USERDB)";
+static char sccsid [] = "@(#)udb.c     6.22 (Berkeley) %G% (without USERDB)";
 #endif
 #endif
 
 #endif
 #endif
 
-#include "sendmail.h"
-
 #ifdef USERDB
 
 #include <sys/time.h>
 #ifdef USERDB
 
 #include <sys/time.h>