Canonicalize the line endings, set the svn:eol-style property to

"native" so they stay canonicalized, and set svn:keywords to Id so that
RCS IDs get expanded.

svn path=/trunk/; revision=11926
This commit is contained in:
Guy Harris 2004-09-07 18:51:56 +00:00
parent 3a51628c0f
commit 03e12ad5ee
2 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
/*
* Copyright 2004, Irene Ruengeler <i.ruengeler [AT] fh-muenster.de>
*
* $Id: sctp_stat.c 11436 2004-07-19 21:42:01Z tuexen $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -26,18 +26,18 @@
# include "config.h"
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <sys/socket.h>
#endif
#ifndef WIN32
#include <netinet/in.h>
#endif
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include <arpa/inet.h>
#endif
#include <stdio.h>
#include <gtk/gtk.h>

View File

@ -1,7 +1,7 @@
/*
* Copyright 2004, Irene Ruengeler <i.ruengeler [AT] fh-muenster.de>
*
* $Id: sctp_stat.h 11436 2004-07-19 21:42:01Z tuexen $
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -22,15 +22,15 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <epan/dissectors/packet-sctp.h>
#include <epan/dissectors/packet-sctp.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <sys/socket.h>
#endif
#ifndef WIN32
#include <netinet/in.h>
#include <netinet/in.h>
#endif
#define SCTP_DATA_CHUNK_ID 0