Deleted Added
full compact
t-fget.c (249729) t-fget.c (261194)
1/*
1/*
2 * Copyright (c) 2013 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 2013 Proofpoint, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10#include <sm/gen.h>
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10#include <sm/gen.h>
11SM_IDSTR(id, "@(#)$Id: t-fget.c,v 1.1 2013/03/12 15:24:50 ca Exp $")
11SM_IDSTR(id, "@(#)$Id: t-fget.c,v 1.2 2013/11/22 20:51:43 ca Exp $")
12
13#include <sm/io.h>
14#include <sm/string.h>
15#include <sm/test.h>
16#include <errno.h>
17
18void
19check(char *msg, int l)

--- 67 unchanged lines hidden ---
12
13#include <sm/io.h>
14#include <sm/string.h>
15#include <sm/test.h>
16#include <errno.h>
17
18void
19check(char *msg, int l)

--- 67 unchanged lines hidden ---