diff options
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 305a71723..436905c46 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -4,8 +4,8 @@ | |||
4 | * | 4 | * |
5 | * Copyright 1998 by Albert Cahalan; all rights reserved. | 5 | * Copyright 1998 by Albert Cahalan; all rights reserved. |
6 | * Copyright (C) 2002 by Vladimir Oleynik <dzo@simtreas.ru> | 6 | * Copyright (C) 2002 by Vladimir Oleynik <dzo@simtreas.ru> |
7 | * GNU Library General Public License Version 2, or any later version | ||
8 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | ||
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <dirent.h> | 11 | #include <dirent.h> |
@@ -146,12 +146,3 @@ procps_status_t * procps_scan(int save_user_arg0) | |||
146 | return memcpy(&ret_status, &curstatus, sizeof(procps_status_t)); | 146 | return memcpy(&ret_status, &curstatus, sizeof(procps_status_t)); |
147 | } | 147 | } |
148 | } | 148 | } |
149 | |||
150 | /* END CODE */ | ||
151 | /* | ||
152 | Local Variables: | ||
153 | c-file-style: "linux" | ||
154 | c-basic-offset: 4 | ||
155 | tab-width: 4 | ||
156 | End: | ||
157 | */ | ||