mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
No, this isn't what I submitted. Seems like the patch I sent
was ignored and an incorrect hand edit was used instead.
This commit is contained in:
parent
61645e2a13
commit
a5f6fb0686
1 changed files with 2 additions and 2 deletions
|
|
@ -55,13 +55,13 @@
|
|||
* copied and put under another distribution licence
|
||||
* [including the GNU Public Licence.]
|
||||
*
|
||||
* $Id: rmd160c.c,v 1.1 1999/02/26 18:41:45 wollman Exp $
|
||||
* $Id: rmd160c.c,v 1.2 1999/02/26 20:06:46 wollman Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#inlcude <string.h>
|
||||
#include <string.h>
|
||||
|
||||
#if 0
|
||||
#include <machine/ansi.h> /* we use the __ variants of bit-sized types */
|
||||
|
|
|
|||
Loading…
Reference in a new issue