import lsattr and chattr from e2fsprogs
[oweals/busybox.git] / init / init_shared.c
index 339add13f4b4b2eefd3252e12efe17ede2b2fb80..0ad55a433c661858cee70b5ba8ee3cf2bd749338 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Stuff shared between init, reboot, halt, and poweroff
  *
- * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
+ * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,6 @@
 #include <unistd.h>
 #include <getopt.h>
 #include <sys/reboot.h>
-#include <sys/reboot.h>
 #include <sys/syslog.h>
 #include "busybox.h"
 #include "init_shared.h"
@@ -94,4 +93,3 @@ extern int bb_shutdown_system(unsigned long magic)
        return 0; /* Shrug */
 }
 #endif
-