Ignore:
Timestamp:
Oct 15, 2007, 6:54:59 PM (18 years ago)
Author:
bird
Message:

Solaris build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/cp.c

    r1194 r1246  
    7272#include <string.h>
    7373#include <unistd.h>
     74#include "getopt.h"
    7475
    7576#ifdef _MSC_VER
     
    610611                                "   or: %s --version\n",
    611612                        g_progname, g_progname, g_progname, g_progname);
    612         return EX_USAGE;
     613        return 1;
    613614}
Note: See TracChangeset for help on using the changeset viewer.