]> git.saurik.com Git - apple/system_cmds.git/blobdiff - atrun.tproj/atrun.c
system_cmds-643.1.1.tar.gz
[apple/system_cmds.git] / atrun.tproj / atrun.c
index 717ba20fa5a244fb3b2b921684d47e5fc53fb17d..4d35a048e3b925cba226dcfa8523d2e4c7a38a6d 100644 (file)
@@ -23,9 +23,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 #ifndef lint
-static const char rcsid[] =
-  "$FreeBSD: src/libexec/atrun/atrun.c,v 1.27 2009/12/25 10:30:54 ed Exp $";
+__FBSDID("$FreeBSD: src/libexec/atrun/atrun.c,v 1.27 2009/12/25 10:30:54 ed Exp $");
 #endif /* not lint */
 
 /* System Headers */
@@ -92,7 +92,7 @@ void perrx(const char *fmt, ...);
 static void usage(void);
 
 /* Local functions */
-static int
+static ssize_t
 write_string(int fd, const char* a)
 {
     return write(fd, a, strlen(a));