X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Ftemp.c;h=74bc7c6ba323f76d9993db96bb95788d05fa9efc;hb=4c40441b58cc78e33debffd93afa884a45136590;hp=2c6dd1039939a38674cc02eafe11ac4574e9a536;hpb=23c77cc092dbbb1e12c47c2b0021d4476b543702;p=rrq%2Fmaintain_lilo.git diff --git a/src/temp.c b/src/temp.c index 2c6dd10..74bc7c6 100644 --- a/src/temp.c +++ b/src/temp.c @@ -1,14 +1,13 @@ -/* temp.c - Temporary file registry */ -/* -Copyright 1992-1998 Werner Almesberger. -Copyright 1999-2006 John Coffman. -All rights reserved. - -Licensed under the terms contained in the file 'COPYING' in the -source directory. - -*/ - +/* temp.c - Temporary file registry + * + * Copyright 1992-1998 Werner Almesberger + * Copyright 1999-2006 John Coffman + * Copyright 2009-2011 Joachim Wiedorn + * All rights reserved. + * + * Licensed under the terms contained in the file 'COPYING' + * in the source directory. + */ #define _GNU_SOURCE #include @@ -122,9 +121,6 @@ int main(void) process("mbr.b", "Mbr"); process("mbr2.b", "Mbr2"); process("chain.b", "Chain"); -#ifndef LCF_SOLO_CHAIN - process("os2_d.b", "Os2_d"); -#endif #endif printf("/*** end loader ***/\n"); return 0;