Deleted Added
full compact
Symbol.map (184588) Symbol.map (223877)
1/*
1/*
2 * $FreeBSD: head/lib/libc/xdr/Symbol.map 184588 2008-11-03 10:38:00Z dfr $
2 * $FreeBSD: head/lib/libc/xdr/Symbol.map 223877 2011-07-09 07:43:56Z kevlo $
3 */
4
5FBSD_1.0 {
6 xdr_free;
7 xdr_void;
8 xdr_int;
9 xdr_u_int;
10 xdr_long;

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

37 xdr_double;
38 xdrmem_create;
39 xdrrec_create;
40 xdrrec_skiprecord;
41 xdrrec_eof;
42 xdrrec_endofrecord;
43 xdr_reference;
44 xdr_pointer;
3 */
4
5FBSD_1.0 {
6 xdr_free;
7 xdr_void;
8 xdr_int;
9 xdr_u_int;
10 xdr_long;

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

37 xdr_double;
38 xdrmem_create;
39 xdrrec_create;
40 xdrrec_skiprecord;
41 xdrrec_eof;
42 xdrrec_endofrecord;
43 xdr_reference;
44 xdr_pointer;
45 /* xdr_sizeof; */ /* Why is xdr_sizeof.c not included in Makefileinc? */
46 xdrstdio_create;
47};
48
49FBSD_1.1 {
50 xdr_uint16_t;
51 xdr_uint32_t;
52 xdr_uint64_t;
53};
45 xdrstdio_create;
46};
47
48FBSD_1.1 {
49 xdr_uint16_t;
50 xdr_uint32_t;
51 xdr_uint64_t;
52};
53
54FBSD_1.2 {
55 xdr_sizeof;
56};