X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Funiq.c;h=cb63c42772ed3945cf9636a12c68860a5b7ada1d;hb=1652855fbc830f41c7ee56ece1a30b328c4fb395;hp=c0229aecb492c8d5e0a8ff7024e7d538b6cb2f27;hpb=5b5db38a7df20c8196e6a737cb2c76b219e152cc;p=oweals%2Fbusybox.git diff --git a/coreutils/uniq.c b/coreutils/uniq.c index c0229aecb..cb63c4277 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c @@ -2,9 +2,8 @@ /* * Mini uniq implementation for busybox * - * - * Copyright (C) 1999,2000 by Lineo, inc. - * Written by John Beppu + * Copyright (C) 1999 by Lineo, inc. and John Beppu + * Copyright (C) 1999,2000,2001 by John Beppu * Rewritten by Matt Kraai * * This program is free software; you can redistribute it and/or modify @@ -23,10 +22,12 @@ * */ -#include "busybox.h" #include #include +#include #include +#include +#include "busybox.h" static int print_count; static int print_uniq = 1;