diff options
author | Karel Zak | 2007-10-15 14:51:28 +0200 |
---|---|---|
committer | Karel Zak | 2007-10-16 12:31:03 +0200 |
commit | 0f584b78fe26b0977f470088ae7d74511630aa66 (patch) | |
tree | ef2a140eae916abd86bf4e5a30325ed69d9a47c2 | |
parent | build-sys: add err.h check (diff) | |
download | kernel-qcow2-util-linux-0f584b78fe26b0977f470088ae7d74511630aa66.tar.gz kernel-qcow2-util-linux-0f584b78fe26b0977f470088ae7d74511630aa66.tar.xz kernel-qcow2-util-linux-0f584b78fe26b0977f470088ae7d74511630aa66.zip |
mesg: replace errs.h with libc err.h
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | login-utils/mesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/mesg.c b/login-utils/mesg.c index a94ef6650..e0015bdb3 100644 --- a/login-utils/mesg.c +++ b/login-utils/mesg.c @@ -53,7 +53,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include "errs.h" +#include <err.h> #include "nls.h" int |