Deleted Added
full compact
config.c (217859) config.c (254657)
1 /*-
2 * Copyright (c) 2005-2009 Daniel Braniss <danny@cs.huji.ac.il>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * SUCH DAMAGE.
25 *
26 */
27/*
28 | $Id: config.c,v 2.1 2006/11/12 08:06:51 danny Exp danny $
29 */
30
31#include <sys/cdefs.h>
1 /*-
2 * Copyright (c) 2005-2009 Daniel Braniss <danny@cs.huji.ac.il>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

24 * SUCH DAMAGE.
25 *
26 */
27/*
28 | $Id: config.c,v 2.1 2006/11/12 08:06:51 danny Exp danny $
29 */
30
31#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/sbin/iscontrol/config.c 217859 2011-01-25 22:25:16Z cracauer $");
32__FBSDID("$FreeBSD: head/sbin/iscontrol/config.c 254657 2013-08-22 14:02:34Z trasz $");
33
34#include <stdlib.h>
35#include <unistd.h>
36#include <stdio.h>
37#include <string.h>
38#include <errno.h>
39#include <fcntl.h>
40#include <time.h>
41#include <ctype.h>
42#include <camlib.h>
43
33
34#include <stdlib.h>
35#include <unistd.h>
36#include <stdio.h>
37#include <string.h>
38#include <errno.h>
39#include <fcntl.h>
40#include <time.h>
41#include <ctype.h>
42#include <camlib.h>
43
44#include <dev/iscsi/initiator/iscsi.h>
44#include <dev/iscsi_initiator/iscsi.h>
45#include "iscontrol.h"
46
47/*
48 | ints
49 */
50#define OPT_port 1
51#define OPT_tags 2
52

--- 328 unchanged lines hidden ---
45#include "iscontrol.h"
46
47/*
48 | ints
49 */
50#define OPT_port 1
51#define OPT_tags 2
52

--- 328 unchanged lines hidden ---