Removed references to __progname.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@453 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -12,7 +12,9 @@ verr(int eval, const char *fmt, va_list ap)
 | 
				
			|||||||
  int sverrno;
 | 
					  int sverrno;
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  sverrno = errno;
 | 
					  sverrno = errno;
 | 
				
			||||||
 | 
					#if 0
 | 
				
			||||||
  fprintf(stderr, "%s: ", __progname);
 | 
					  fprintf(stderr, "%s: ", __progname);
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
  if (fmt != NULL) {
 | 
					  if (fmt != NULL) {
 | 
				
			||||||
    vfprintf(stderr, fmt, ap);
 | 
					    vfprintf(stderr, fmt, ap);
 | 
				
			||||||
    fprintf(stderr, ": ");
 | 
					    fprintf(stderr, ": ");
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,9 @@ RCSID("$Id$");
 | 
				
			|||||||
void
 | 
					void
 | 
				
			||||||
verrx(int eval, const char *fmt, va_list ap)
 | 
					verrx(int eval, const char *fmt, va_list ap)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					#if 0
 | 
				
			||||||
  fprintf(stderr, "%s: ", __progname);
 | 
					  fprintf(stderr, "%s: ", __progname);
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
  if (fmt != NULL)
 | 
					  if (fmt != NULL)
 | 
				
			||||||
    vfprintf(stderr, fmt, ap);
 | 
					    vfprintf(stderr, fmt, ap);
 | 
				
			||||||
  fprintf(stderr, "\n");
 | 
					  fprintf(stderr, "\n");
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,9 @@ vwarn(const char *fmt, va_list ap)
 | 
				
			|||||||
  int sverrno;
 | 
					  int sverrno;
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  sverrno = errno;
 | 
					  sverrno = errno;
 | 
				
			||||||
 | 
					#if 0
 | 
				
			||||||
  fprintf(stderr, "%s: ", __progname);
 | 
					  fprintf(stderr, "%s: ", __progname);
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
  if (fmt != NULL) {
 | 
					  if (fmt != NULL) {
 | 
				
			||||||
    vfprintf(stderr, fmt, ap);
 | 
					    vfprintf(stderr, fmt, ap);
 | 
				
			||||||
    fprintf(stderr, ": ");
 | 
					    fprintf(stderr, ": ");
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,9 @@ RCSID("$Id$");
 | 
				
			|||||||
void
 | 
					void
 | 
				
			||||||
vwarnx(const char *fmt, va_list ap)
 | 
					vwarnx(const char *fmt, va_list ap)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					#if 0
 | 
				
			||||||
  fprintf(stderr, "%s: ", __progname);
 | 
					  fprintf(stderr, "%s: ", __progname);
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
  if (fmt != NULL)
 | 
					  if (fmt != NULL)
 | 
				
			||||||
    vfprintf(stderr, fmt, ap);
 | 
					    vfprintf(stderr, fmt, ap);
 | 
				
			||||||
  fprintf(stderr, "\n");
 | 
					  fprintf(stderr, "\n");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user