Deleted Added
full compact
fmemopen2_test.c (274592) fmemopen2_test.c (277446)
1/*-
2Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org>
3
4Redistribution and use in source and binary forms, with or without
5modification, are permitted provided that the following conditions
6are met:
71. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer.

--- 15 unchanged lines hidden (view full) ---

24*/
25
26/*
27 * Test basic FILE * functions (fread, fwrite, fseek, fclose) against
28 * a FILE * retrieved using fmemopen()
29 */
30
31#include <sys/cdefs.h>
1/*-
2Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org>
3
4Redistribution and use in source and binary forms, with or without
5modification, are permitted provided that the following conditions
6are met:
71. Redistributions of source code must retain the above copyright
8 notice, this list of conditions and the following disclaimer.

--- 15 unchanged lines hidden (view full) ---

24*/
25
26/*
27 * Test basic FILE * functions (fread, fwrite, fseek, fclose) against
28 * a FILE * retrieved using fmemopen()
29 */
30
31#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/lib/libc/tests/stdio/fmemopen2_test.c 274592 2014-11-16 19:57:47Z ngie $");
32__FBSDID("$FreeBSD: stable/10/lib/libc/tests/stdio/fmemopen2_test.c 277446 2015-01-20 21:59:48Z ngie $");
33
34#include <errno.h>
35#include <stdio.h>
36#include <string.h>
37#include <strings.h>
38#include <atf-c.h>
39
40ATF_TC_WITHOUT_HEAD(test_preexisting);

--- 260 unchanged lines hidden ---
33
34#include <errno.h>
35#include <stdio.h>
36#include <string.h>
37#include <strings.h>
38#include <atf-c.h>
39
40ATF_TC_WITHOUT_HEAD(test_preexisting);

--- 260 unchanged lines hidden ---