diff options
| author | Karel Zak <kzak@redhat.com> | 2007-10-15 14:51:28 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2007-10-16 12:31:03 +0200 |
| commit | 0f584b78fe26b0977f470088ae7d74511630aa66 (patch) | |
| tree | ef2a140eae916abd86bf4e5a30325ed69d9a47c2 /login-utils | |
| parent | 66ed63a1fea52ffe20ff21d0605aefe640375082 (diff) | |
| download | util-linux-old-0f584b78fe26b0977f470088ae7d74511630aa66.tar.gz | |
mesg: replace errs.h with libc err.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils')
| -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 a94ef665..e0015bdb 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 |
