warnx
authorderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 15:07:08 +0000 (15:07 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 15:07:08 +0000 (15:07 +0000)
usr.sbin/rdate/rdate.c

index 25e90fe..270e411 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rdate.c,v 1.4 1996/04/21 23:41:42 deraadt Exp $       */
+/*     $OpenBSD: rdate.c,v 1.5 1996/12/10 15:07:08 deraadt Exp $       */
 /*     $NetBSD: rdate.c,v 1.4 1996/03/16 12:37:45 pk Exp $     */
 
 /*
@@ -42,7 +42,7 @@
 #if 0
 from: static char rcsid[] = "$NetBSD: rdate.c,v 1.3 1996/02/22 06:59:18 thorpej Exp $";
 #else
-static char rcsid[] = "$OpenBSD: rdate.c,v 1.4 1996/04/21 23:41:42 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: rdate.c,v 1.5 1996/12/10 15:07:08 deraadt Exp $";
 #endif
 #endif                         /* lint */
 
@@ -117,8 +117,7 @@ main(argc, argv)
        hname = argv[optind];
 
        if ((hp = gethostbyname(hname)) == NULL) {
-               (void) fprintf(stderr, "%s: ", __progname);
-               herror(hname);
+               warnx("%s: %s", hname, hstrerror(h_errno));
                return 1;
        }