summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 20:23:02 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 20:23:02 +0000
commitd46c91fd8b6c27dfd7f845f3ca0c45f5eaafb0c5 (patch)
treeb71cc0bce59dc96aaa03875cefcbadb46e1386b6 /usr.bin/at
parentf8ba6799fd56d2f5656edd313593a8ea182bc687 (diff)
downloadFreeBSD-src-d46c91fd8b6c27dfd7f845f3ca0c45f5eaafb0c5.zip
FreeBSD-src-d46c91fd8b6c27dfd7f845f3ca0c45f5eaafb0c5.tar.gz
Use __FBSDID()
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/at.c7
-rw-r--r--usr.bin/at/panic.c7
-rw-r--r--usr.bin/at/parsetime.c7
-rw-r--r--usr.bin/at/perm.c7
4 files changed, 12 insertions, 16 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c
index af671da..a909dff 100644
--- a/usr.bin/at/at.c
+++ b/usr.bin/at/at.c
@@ -26,10 +26,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
#define _USE_BSD 1
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c
index 302ae58..6158442 100644
--- a/usr.bin/at/panic.c
+++ b/usr.bin/at/panic.c
@@ -23,10 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
/* System Headers */
diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c
index dc0d180..4d738d0 100644
--- a/usr.bin/at/parsetime.c
+++ b/usr.bin/at/parsetime.c
@@ -33,10 +33,9 @@
* \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
/* System Headers */
diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c
index 1e9ec9c..b22b3ab 100644
--- a/usr.bin/at/perm.c
+++ b/usr.bin/at/perm.c
@@ -23,10 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif /* not lint */
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
/* System Headers */
OpenPOWER on IntegriCloud