1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Sync with HEAD

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent 987b62137d
commit a64affffb2
2 changed files with 1 additions and 6 deletions

View File

@ -823,11 +823,6 @@ struct printjob;
#define QSORT_CAST (int (*)(const void *, const void *))
#endif
/* this guess needs to be improved (tridge) */
#if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV)
#define SYSV 1
#endif
#ifndef DEFAULT_PRINTING
#ifdef HAVE_CUPS
#define DEFAULT_PRINTING PRINT_CUPS

View File

@ -83,7 +83,7 @@ static int tcsetattr(int fd, int flags, struct sgttyb *t)
static struct termios t;
#endif /* SYSV_TERMIO */
char *getsmbpass(char *prompt)
char *getsmbpass(char *prompt)
{
FILE *in, *out;
int echo_off;