merge changes on 0.9.9 branch

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5161 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-09-26 21:01:29 +00:00
parent 50910e3981
commit 3538cf2fa9
3 changed files with 7 additions and 2 deletions

View File

@@ -28,10 +28,11 @@ LDSHARED = @LDSHARED@
SHLIBEXT = @REAL_SHLIBEXT@
LD_FLAGS = @REAL_LD_FLAGS@
@lib_deps_yes@LIB_DEPS = -L../../kafs -lkafs \
@lib_deps_yes@LIB_DEPS = -L../../kafs -lkafs \
@lib_deps_yes@ -L../../kadm -lkadm \
@lib_deps_yes@ -L../../krb -lkrb \
@lib_deps_yes@ -L../../des -ldes \
@lib_deps_yes@ -L../../com_err -lcom_err \
@lib_deps_yes@ -L../../roken -lroken \
@lib_deps_yes@ @LIB_getpwnam_r@ \
@lib_deps_yes@ -lc

View File

@@ -1,3 +1,7 @@
Sat Sep 26 17:42:39 1998 Johan Danielsson <joda@hella.pdc.kth.se>
* compile_et.c: <foo_err.h> -> "foo_err.h"
Tue Jun 30 17:17:36 1998 Assar Westerlund <assar@sics.se>
* Makefile.in: add str{cpy,cat}_truncate

View File

@@ -78,7 +78,7 @@ getstring(void)
int i = 0;
int c;
int backslash = 0;
while((c = getc(yyin)) != EOF){
while((c = input()) != EOF){
if(backslash) {
if(c == 'n')
c = '\n';