X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fvdu.c;h=a0c87513096b0701633b5b81c496b8674dba03fa;hb=a741f6faf2baae1e823d334012f6a09e6a1bda51;hp=906f2801e661e2c1979d141b99848575bf734e99;hpb=5f917915b5648233b3e58488b56a718db3af397f;p=util-vserver.git diff --git a/src/vdu.c b/src/vdu.c index 906f280..a0c8751 100644 --- 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 // // 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 #endif @@ -332,9 +331,3 @@ int main(int argc, char *argv[]) return EXIT_FAILURE; } - -/* - * Local variables: - * c-basic-offset: 4 - * End: - */