Skip to content

FreeBSD issues #36

Description

@wwparker

This code doesn't work on FreeBSD. With some small changes it can be made to work on FreeBSD.
In config.h, it needs to check for FreeBSD and then define HAVE_LIBUTIL_H 1

#elif defined(FreeBSD)
#define HAVE_LIBUTIL_H 1

Then at line 799 of master.c it needs to change the condition to

#if !defined(HAVE_PTY_H) && !defined(HAVE_UTIL_H) && !defined(HAVE_LIBUTIL_H)

After making these changes, it worked

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions