Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
top(1): add myself as a MAINTAIENR
Browse files Browse the repository at this point in the history
also fix some nits
  • Loading branch information
grimreaper committed May 21, 2018
1 parent c85c210 commit 35503e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Expand Up @@ -99,6 +99,7 @@ sys/netpfil/pf kp,glebius Pre-commit review recommended.
sys/x86/xen royger Pre-commit review recommended.
sys/xen royger Pre-commit review recommended.
tests freebsd-testing,ngie Pre-commit review requested.
top(1) eadler Pre-commit review requested.
usr.sbin/bsdconfig dteske Pre-commit phabricator review requested.
usr.sbin/dpv dteske Pre-commit review requested. Keep in sync with libdpv.
usr.sbin/pkg pkg@ Please coordinate behavior or flag changes with pkg team.
Expand Down
3 changes: 0 additions & 3 deletions usr.bin/top/username.h
@@ -1,7 +1,4 @@
/*
* Top users/processes display for Unix
* Version 3
*
* This program may be freely redistributed,
* but this entire comment MUST remain intact.
*
Expand Down
8 changes: 1 addition & 7 deletions usr.bin/top/utils.c
@@ -1,7 +1,4 @@
/*
* Top users/processes display for Unix
* Version 3
*
* This program may be freely redistributed,
* but this entire comment MUST remain intact.
*
Expand Down Expand Up @@ -397,10 +394,7 @@ long seconds;

#define NUM_STRINGS 8

char *format_k(amt)

int amt;

char *format_k(int amt)
{
static char retarray[NUM_STRINGS][16];
static int index = 0;
Expand Down

0 comments on commit 35503e9

Please sign in to comment.