aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/libc5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/libc5.c b/libbb/libc5.c
index d595fe30a..59c935e3d 100644
--- a/libbb/libc5.c
+++ b/libbb/libc5.c
@@ -9,7 +9,7 @@
9#include <unistd.h> 9#include <unistd.h>
10 10
11 11
12#ifndef __dietlibc__ && __GNU_LIBRARY__ < 5 12#if ! defined __dietlibc__ && __GNU_LIBRARY__ < 5
13 13
14/* 14/*
15 * Some systems already have updwtmp(). Some don't... This is 15 * Some systems already have updwtmp(). Some don't... This is