Skip to content

Commit

Permalink
""
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lightfoot committed Jul 8, 2002
1 parent ca95ab4 commit 04ddbb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion connection.c
Expand Up @@ -6,11 +6,13 @@
*
*/

static const char rcsid[] = "$Id: connection.c,v 1.2 2002/06/10 21:25:48 chris Exp $";
static const char rcsid[] = "$Id: connection.c,v 1.3 2002/07/08 23:32:33 chris Exp $";

#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

#include "driftnet.h"

Expand Down
3 changes: 2 additions & 1 deletion media.c
Expand Up @@ -7,14 +7,15 @@
*
*/

static const char rcsid[] = "$Id: media.c,v 1.5 2002/06/13 20:06:42 chris Exp $";
static const char rcsid[] = "$Id: media.c,v 1.6 2002/07/08 23:32:33 chris Exp $";

#include <assert.h>
#include <dirent.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

#include "driftnet.h"
Expand Down

0 comments on commit 04ddbb1

Please sign in to comment.