summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:16:23 +0000
commitc86f0c7a71e7ade3e38b325c186a9cf374e0411e (patch)
tree176f04f674860c7cfae9ac5d2ff4d4e1d73cb2b7 /sys/kern/imgact_aout.c
parent423ba8f9bc23d93bfc244aca9b12563b1c9de90d (diff)
downloadFreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.zip
FreeBSD-src-c86f0c7a71e7ade3e38b325c186a9cf374e0411e.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 003e9b2..082088c 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: imgact_aout.c,v 1.11 1995/02/20 22:23:03 davidg Exp $
+ * $Id: imgact_aout.c,v 1.12 1995/03/16 18:12:25 bde Exp $
*/
#include <sys/param.h>
@@ -56,7 +56,7 @@ exec_aout_imgact(iparams)
#ifdef COMPAT_LINUX
/*
* Linux and *BSD binaries look very much alike,
- * only the machine id is different:
+ * only the machine id is different:
* 0x64 for Linux, 0x86 for *BSD.
*/
if (((a_out->a_magic >> 16) & 0xff) != 0x86)
@@ -190,7 +190,7 @@ exec_aout_imgact(iparams)
/* Fill in image_params */
iparams->interpreted = 0;
iparams->entry_addr = a_out->a_entry;
-
+
iparams->proc->p_sysent = &aout_sysvec;
return (0);
}
OpenPOWER on IntegriCloud