]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Use __SCCSID() for SCCS IDs.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 23 May 2018 17:02:12 +0000 (17:02 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 23 May 2018 17:02:12 +0000 (17:02 +0000)
- Define NO__SCCSID in CFLAGS to preserve existing behavior of omitting
  SCCS IDs by default.
- While here, fix the $FreeBSD$ in pw_util.c to use __FBSDID.

libutil/pw_util.c

index d28741c60e9f4119d3d80763eec66fd6eb582676..112b6d8af45a026ccc2b005f1b80c48108d35d10 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifndef lint
-#if 0
-static const char sccsid[] = "@(#)pw_util.c    8.3 (Berkeley) 4/2/94";
-#endif
-static const char rcsid[] =
-  "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+__SCCSID("@(#)pw_util.c        8.3 (Berkeley) 4/2/94");
 
 /*
  * This file is used by all the "password" programs; vipw(8), chpass(1),