Skip to content

Commit

Permalink
""
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lightfoot committed May 20, 2003
1 parent 6b05b3a commit 1ad74f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TODO for driftnet
$Id: TODO,v 1.10 2002/06/04 20:16:35 chris Exp $
$Id: TODO,v 1.11 2003/05/20 16:49:08 chris Exp $

* PNG files.

Expand All @@ -24,3 +24,5 @@ $Id: TODO,v 1.10 2002/06/04 20:16:35 chris Exp $

* Drop privileges after starting up pcap.

* PID file?

4 changes: 2 additions & 2 deletions mpeghdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2002 Chris Lightfoot. All rights reserved.
* Email: chris@ex-parrot.com; WWW: http://www.ex-parrot.com/~chris/
*
* $Id: mpeghdr.h,v 1.3 2002/06/10 21:25:48 chris Exp $
* $Id: mpeghdr.h,v 1.4 2003/05/20 16:49:08 chris Exp $
*
*/

Expand All @@ -15,7 +15,7 @@
#ifdef USE_SYS_TYPES_H
# include <sys/types.h> /* Solaris etc. */
#else
# include <stdint.h> /* C99 standard. */
# include <stdint.h> /* C99 standard. */
#endif

#include <stdio.h>
Expand Down

0 comments on commit 1ad74f8

Please sign in to comment.