mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2025-03-17 05:32:38 +00:00
Should be bestp now.
This commit is contained in:
parent
bf4b27e679
commit
c190a65c69
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: osdep-netbsd.c,v 1.8 2009-08-09 18:00:45 tcunha Exp $ */
|
||||
/* $Id: osdep-netbsd.c,v 1.9 2009-09-24 12:30:22 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
|
@ -77,7 +77,7 @@ osdep_get_name(int fd, __unused char *tty)
|
|||
return (NULL);
|
||||
|
||||
buf = NULL;
|
||||
len = sizeof(p);
|
||||
len = sizeof(bestp);
|
||||
mib[0] = CTL_KERN;
|
||||
mib[1] = KERN_PROC2;
|
||||
mib[2] = KERN_PROC_PGRP;
|
||||
|
|
Loading…
Reference in a new issue