Deleted Added
full compact
vfscanf.c (141858) vfscanf.c (157001)
1/*
2 * Copyright (c) 2000-2001, 2004 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Chris Torek.
9 *
10 * By using this file, you agree to the terms and conditions set
11 * forth in the LICENSE file which can be found at the top level of
12 * the sendmail distribution.
13 */
14
15#include <sm/gen.h>
1/*
2 * Copyright (c) 2000-2001, 2004 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1990, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Chris Torek.
9 *
10 * By using this file, you agree to the terms and conditions set
11 * forth in the LICENSE file which can be found at the top level of
12 * the sendmail distribution.
13 */
14
15#include <sm/gen.h>
16SM_IDSTR(id, "@(#)$Id: vfscanf.c,v 1.52 2004/08/03 20:56:32 ca Exp $")
16SM_IDSTR(id, "@(#)$Id: vfscanf.c,v 1.53 2005/06/14 23:07:20 ca Exp $")
17
18#include <ctype.h>
19#include <stdlib.h>
20#include <errno.h>
21#include <setjmp.h>
17
18#include <ctype.h>
19#include <stdlib.h>
20#include <errno.h>
21#include <setjmp.h>
22#include <sys/time.h>
22#include <sm/time.h>
23#include <sm/varargs.h>
24#include <sm/config.h>
25#include <sm/io.h>
26#include <sm/signal.h>
27#include <sm/clock.h>
28#include <sm/string.h>
29#include "local.h"
30

--- 845 unchanged lines hidden ---
23#include <sm/varargs.h>
24#include <sm/config.h>
25#include <sm/io.h>
26#include <sm/signal.h>
27#include <sm/clock.h>
28#include <sm/string.h>
29#include "local.h"
30

--- 845 unchanged lines hidden ---