Ignore:
Timestamp:
Jun 17, 2005, 7:01:53 AM (20 years ago)
Author:
bird
Message:

Porting to FreeBSD 64-bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/crypt/cert.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2045 r2046  
    99#include <stdio.h>
    1010#include <stdlib.h>
     11#ifdef __BSD__
     12#include <unistd.h>
     13#else
    1114#include "crypt.h"
     15#endif
    1216
    1317int totfails = 0;
Note: See TracChangeset for help on using the changeset viewer.