Bug 223317 - [patch] ANSIfy sys/kern/imgact_shell.c
Summary: [patch] ANSIfy sys/kern/imgact_shell.c
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Pedro F. Giffuni
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-10-30 02:15 UTC by ota
Modified: 2017-11-07 14:33 UTC (History)
1 user (show)

See Also:


Attachments
ANSI prototype for sys/kern/imgact_shell.c (504 bytes, patch)
2017-10-30 02:15 UTC, ota
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ota 2017-10-30 02:15:26 UTC
Created attachment 187578 [details]
ANSI prototype for sys/kern/imgact_shell.c

Fix prototypes.
Comment 1 ota 2017-10-30 02:16:23 UTC
The patch applies to 12-CURRENT and 11-STABLE.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-11-04 15:42:08 UTC
A commit references this bug:

Author: pfg
Date: Sat Nov  4 15:41:08 UTC 2017
New revision: 325397
URL: https://svnweb.freebsd.org/changeset/base/325397

Log:
  ANSI-fy exec_shell_imgact().

  Fix a stray space while here.

  PR:	223317
  MFC after:	3 days

Changes:
  head/sys/kern/imgact_shell.c
Comment 3 Pedro F. Giffuni freebsd_committer freebsd_triage 2017-11-04 15:58:20 UTC
Comment on attachment 187578 [details]
ANSI prototype for sys/kern/imgact_shell.c

Not a problem but next time please try to rename the file to something .diff so bugzilla recognizes it as a patch.
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-11-07 14:29:45 UTC
A commit references this bug:

Author: pfg
Date: Tue Nov  7 14:25:10 UTC 2017
New revision: 325513
URL: https://svnweb.freebsd.org/changeset/base/325513

Log:
  MFC r325397:
  ANSI-fy exec_shell_imgact().

  Fix a stray space while here.

  PR:	223317

Changes:
_U  stable/11/
  stable/11/sys/kern/imgact_shell.c
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-11-07 14:32:03 UTC
A commit references this bug:

Author: pfg
Date: Tue Nov  7 14:28:10 UTC 2017
New revision: 325514
URL: https://svnweb.freebsd.org/changeset/base/325514

Log:
  MFC r325397:
  ANSI-fy exec_shell_imgact().

  Fix a stray space while here.

  PR:	223317

Changes:
_U  stable/10/
  stable/10/sys/kern/imgact_shell.c
Comment 6 Pedro F. Giffuni freebsd_committer freebsd_triage 2017-11-07 14:33:31 UTC
Committed .. Thanks !!