remove trailing whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -116,7 +116,7 @@ ptyflush(void)
|
||||
int n;
|
||||
|
||||
if ((n = pfrontp - pbackp) > 0) {
|
||||
DIAG((TD_REPORT | TD_PTYDATA), {
|
||||
DIAG((TD_REPORT | TD_PTYDATA), {
|
||||
output_data("td: ptyflush %d chars\r\n", n);
|
||||
});
|
||||
DIAG(TD_PTYDATA, printdata("pd", pbackp, n));
|
||||
@@ -367,7 +367,7 @@ void
|
||||
fatalperror_errno(int f, const char *msg, int error)
|
||||
{
|
||||
char buf[BUFSIZ];
|
||||
|
||||
|
||||
snprintf(buf, sizeof(buf), "%s: %s", msg, strerror(error));
|
||||
fatal(f, buf);
|
||||
}
|
||||
@@ -445,10 +445,10 @@ void putf(char *cp, char *where)
|
||||
char db[100];
|
||||
|
||||
/* if we don't have uname, set these to sensible values */
|
||||
char *sysname = "Unix",
|
||||
*machine = "",
|
||||
char *sysname = "Unix",
|
||||
*machine = "",
|
||||
*release = "",
|
||||
*version = "";
|
||||
*version = "";
|
||||
|
||||
#ifdef HAVE_UNAME
|
||||
uname(&name);
|
||||
|
Reference in New Issue
Block a user