Changeset 98 for trunk/src


Ignore:
Timestamp:
Mar 23, 2007, 11:07:52 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #58 (cross-compiling does not work).

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r93 r98  
    2525#include <string.h>
    2626#include <ctype.h>
    27 
     27#ifdef HAVE_LINUX_FS_H
     28#include <linux/fs.h>
     29#endif
    2830
    2931#ifdef HAVE_MEMORY_H
  • trunk/src/yulectl.c

    r34 r98  
    384384      if (verbose && (errno == ENOENT))
    385385        fprintf (stdout,
    386                  _("# Password file (%s) missing\n"),
     386                 _("# No password file (%s) exists\n"),
    387387                 home);
    388388      else if (verbose)
Note: See TracChangeset for help on using the changeset viewer.