Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/wpa/wpa_cli
Module Name: src
Committed By: tls
Date: Mon May 28 03:28:58 UTC 2007
Modified Files:
src/usr.sbin/wpa/wpa_cli: Makefile
Log Message:
Revert previous: the readline support here does unspeakable things with
the history buffer that require knowledge of the readline internals to
make safe (it "knows" that GNU readline mallocs certain returned data,
and thus, with libedit, happily calls free on static variables).
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.sbin/wpa/wpa_cli/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index