merge with 0.30.213
[util-vserver.git] / src / vdu.c
index 906f280..a0c8751 100644 (file)
--- a/src/vdu.c
+++ b/src/vdu.c
@@ -1,4 +1,5 @@
 // $Id: vdu.c 2260 2006-01-22 11:56:28Z ensc $    --*- c -*--
+
 // Copyright (C) 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
 //  
 // This program is free software; you can redistribute it and/or modify
@@ -14,8 +15,6 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-#define _LARGEFILE64_SOURCE
-
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
@@ -332,9 +331,3 @@ int main(int argc, char *argv[])
 
   return EXIT_FAILURE;
 }
-
-/*
- * Local variables:
- *  c-basic-offset: 4
- * End:
- */