[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
misc patches for rlfe example code
From: |
Mike Frysinger |
Subject: |
misc patches for rlfe example code |
Date: |
Wed, 8 Feb 2006 22:23:24 -0500 |
User-agent: |
KMail/1.9.1 |
attached is a patch to address these issues with rlfe:
- trying to build rlfe on uClibc fails because it lacks sys/stropts.h
- pty.c uses close() but doesnt include <unistd.h>
- rlfe.c uses OpenPTY() but doesnt include "extern.h"
- rlfe.c uses wait() but doesnt include <sys/wait.h>
- rlfe/configure sets up LIBS but Makefile.in ignores it (breaks on bsd due
to -lutil not being linked in properly)
-mike
readline-5.1-rlfe-updates.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- misc patches for rlfe example code,
Mike Frysinger <=