NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57894 CVS commit: src/bin/sh



The following reply was made to PR bin/57894; it has been noted by GNATS.

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57894 CVS commit: src/bin/sh
Date: Tue, 30 Jan 2024 19:05:07 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Tue Jan 30 19:05:07 UTC 2024
 
 Modified Files:
 	src/bin/sh: jobs.c
 
 Log Message:
 PR bin/57894
 
 For jobs -p for a non-job-control job, avoid just printing 0 (as
 there is no process group pid) and instead output what we used to,
 the pid of one of the processes in the job (usually the right one!)
 
 XXX pullup -10 (9 and earlier not affected).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.118 -r1.119 src/bin/sh/jobs.c
 
 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