]> err.no Git - util-linux/commitdiff
cal: replace errs.h with libc err.h
authorKarel Zak <kzak@redhat.com>
Mon, 15 Oct 2007 13:07:05 +0000 (15:07 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 16 Oct 2007 10:31:17 +0000 (12:31 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/cal.c

index d5bcee6415508353e28265d099a2d07596e49837..fd2700f98bc7d4a253ad277dafcddb7c1e92b3cc 100644 (file)
@@ -63,7 +63,7 @@
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
-#include "errs.h"
+#include <err.h>
 #include "nls.h"
 
 #if defined(HAVE_NCURSES)