]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - number/number.c
attribute noreturn -> __dead
[bsdgames-darwin.git] / number / number.c
index 954359fe9346a53a506fb0dbbefb17896095c18e..9b551144d991f898080d4722a8dd0be0ba89e7e3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: number.c,v 1.10 2004/11/05 21:30:32 dsl Exp $  */
+/*     $NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $        */
 
 /*
  * Copyright (c) 1988, 1993, 1994
 
 #include <sys/cdefs.h>
 #ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\
      The Regents of the University of California.  All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\
The Regents of the University of California.  All rights reserved.");
 #endif /* not lint */
 
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)number.c   8.3 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: number.c,v 1.10 2004/11/05 21:30:32 dsl Exp $");
+__RCSID("$NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -81,7 +81,7 @@ int   main(int, char *[]);
 int    number(const char *, int);
 void   pfract(int);
 int    unit(int, const char *);
-void   usage(void) __attribute__((__noreturn__));
+void   usage(void) __dead;
 
 int lflag;