Changeset 2700 for trunk/src/sed/lib


Ignore:
Timestamp:
Sep 20, 2013, 2:33:51 AM (12 years ago)
Author:
bird
Message:

Hacks for building against newer mac os x SDKs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sed/lib/getline.c

    r599 r2700  
    66
    77#include <sys/types.h>
     8#define getline stdio_getline   /* bird */
    89#include <stdio.h>
     10#undef getline                  /* bird */
    911
    1012#ifdef HAVE_STRINGS_H
Note: See TracChangeset for help on using the changeset viewer.